home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Tracker Coordinates
- Sent: 6/6/96 2:44 PM
- Received: 6/6/96 3:01 PM
- From: Serge Froment, sfroment@odyssee.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >I looked at the code and both are in view content coordinates.
-
- I don't know if this is related to the problem Bill Finzer does experience,
- but there is indeed a bug in FW_CTracker::Track, which applies
- FrameToViewContent to all views, not only the content view. This is
- incorrect since views other than the content view should not be affected by
- the internal transform.
-
- ODFDraw is not affected by this problem because it only tracks the content view.
-
- Serge
-
-